class c4_FloatRef : public c4_Reference

Used to get or set floating point values.

Public:

c4_FloatRef (const c4_Reference&);
Constructor.
operator double () const;

operator double ();
Gets the value as floating point.
c4_FloatRef& operator= (double);
Sets the value to the specified floating point.


#include "k4viewx.h"   // Jun 8, 1997